home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Fatted Calf
/
The Fatted Calf.iso
/
Applications
/
Utilities
/
Pastry
/
DeveloperNotes
/
sample
/
SoundSamplePane.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1994-02-28
|
270 b
|
19 lines
#import <appkit/appkit.h>
#import <soundkit/soundkit.h>
#import "InspectorPane.h"
@interface SoundSamplePane:Object <InspectorPane>
{
id durationField;
id statusField;
id window;
id playButton;
View *view;
Sound *sound;
}
- play:sender;
@end